home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / intro.swf / scripts / DefineButton2_43 / BUTTONCONDACTION on(press).as next >
Text File  |  2012-05-21  |  232b  |  8 lines

  1. on(press){
  2.    startDrag(this,0);
  3.    this.swapDepths(900);
  4.    this._xscale += _root.codejump.codeMC.growAmount;
  5.    this._yscale += _root.codejump.codeMC.growAmount;
  6.    sendNumber = this._name.substring(6,this._name.length);
  7. }
  8.